home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 759 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1020 b 

  1. Path: felix.teclink.net!usenet
  2. From: Thomas Martin <tmartin@teclink.net>
  3. Newsgroups: comp.lang.c
  4. Subject: windows dll
  5. Date: 9 Jan 1996 03:51:50 GMT
  6. Organization: Martin Enterprises
  7. Message-ID: <4csoom$q7t@felix.teclink.net>
  8. NNTP-Posting-Host: tc1_12.teclink.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
  13.  
  14. I am trying to compile someones source code for a DLL written 
  15. in MS C7.0. I am using VC 1.0. I keep getting errors saying 
  16. (warning C4135: conversion between different integral types).
  17.  
  18. An example of the lines that give the error is listed below:
  19.  
  20. *(ptr) = pCard->byCompression|pCard->wPlayMode;
  21.  
  22. It compiles fine under C7. Anyone got any ideas of what the 
  23. problem may be? I probably don't need to say that I am not much 
  24. of a C programmer but really need this DLL recompiled. I do OK 
  25. on my own code but someone else's can be tough to figure out.
  26.  
  27. Any help is greatly appreciated.
  28.  
  29. Thomas Martin
  30. tmartin@teclink.net
  31.  
  32.  
  33.